home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / DEMO / FRACTAL.BAT < prev    next >
DOS Batch File  |  1993-10-24  |  436b  |  16 lines

  1. @echo off
  2. cls
  3. echo This is a super fractal display from one of the best PD fractal programs
  4. echo around.  Looks best on VGA.  This batch file runs only one of the demo
  5. echo .FRA file.  There are others you can use if you like.  After the program
  6. echo starts press the C key twice to see the action.
  7. echo.
  8. echo Press any key to continue or...
  9. echo Press CTRL-C to cancel.
  10. echo.
  11. pause >nul
  12.  
  13. cd fract
  14. fractint spire2.fra
  15. cd
  16.